CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket udp

搜索资源列表

  1. SocketTest

    0下载:
  2. 基于java开发的 socket (TCP/IP UDP)协议通讯及串口通讯tool-java socket&com
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-30
    • 文件大小:297661
    • 提供者:Michael zhao
  1. UDP_Trans

    0下载:
  2. 网络通信,介绍基于TCP/IP协议下的UDP数据包的传递方法。-socket upd,in vb how to use udp protocal to transmate infomation by tcp/ip.this is a txt file write by dl.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1093
    • 提供者:k4262954lufenx
  1. SocketChat

    0下载:
  2. c#实现的局域网socket通讯,完成本地的网络聊天。通过tcp进行登录,udp进行实时的网路聊天通讯。-socket connection
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:146430
    • 提供者:alex
  1. MyApp

    0下载:
  2. 本人业余时间写的,udp 图像可视化简单小程序 -udp c# socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-30
    • 文件大小:90684
    • 提供者:acd
  1. Server100

    0下载:
  2. This going to be an appcilation, which uses udp socket to send and receive data between a computer and a wifi robot.-This is going to be an appcilation, which uses udp socket to send and receive data between a computer and a wifi robot.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3501
    • 提供者:jua427035
  1. UDP_DEMO

    0下载:
  2. 描述了UDP通讯的整个过程,包括socket的创建、绑定、侦听、发送数据和接收数据的过程等。-It describes the entire process of UDP communications, including the creation of the socket, bind, listen for transmitting data and the process of receiving data and the like.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-02
    • 文件大小:14062158
    • 提供者:宋海良
  1. TaoJieZi

    0下载:
  2. TCP,UDP套接字通信,可实现客户端和服务端的收发通信-TCP, UDP socket communication, you can send and receive communications between the client and server
  3. 所属分类:Com Port

    • 发布日期:2017-05-25
    • 文件大小:7980916
    • 提供者:董姗
  1. SocketExample

    0下载:
  2. 使用VC++开发的socket编程,包括TCP、UDP协议等、使用Select模块等 -Socket programming using C++ development, including TCP, UDP protocol, use the Select module
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:5598427
    • 提供者:wangxiaogui
  1. UDPclient

    0下载:
  2. 基于UDP的Sockets编程,面向无连接的通信方式-Socket programming based on UDP, connectionless-oriented communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-07
    • 文件大小:1169647
    • 提供者:冯宁
  1. sever

    0下载:
  2. Android 基于udp方式通过wifi建立socket 通信
  3. 所属分类:JavaScript

    • 发布日期:2017-05-01
    • 文件大小:55297
    • 提供者:damaomao
  1. tcp_assist

    0下载:
  2. TCP UDP套接字socket,能实现有客户端服务端相互间的数据传送接受显示保存等功能-TCP UDP client server socket,Can realize with the client server data transfer between each other to accept according to save, and other functions
  3. 所属分类:assembly language

    • 发布日期:2017-05-09
    • 文件大小:1884540
    • 提供者:Kingston
  1. weChat

    0下载:
  2. 1.Server支持多客户访问; 2.C与S之间使用TCP连接; 3.C与C之间直接通信(不是通过S传递)。 4.C与C之间直接通信既可以使用TCP,也可以使用UDP。 可以使用Socket,也可以使用TcpClient/UdpClient等;-1.Server supports multi-client access the use of a TCP connection between 2.C and S direct communication between 3.C
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-30
    • 文件大小:41823
    • 提供者:谭春霞
  1. non_blocking

    3下载:
  2. TCP、UDP 通信程序设计实验 Socket 编程基本原理参见参考文档 UDP 通信程序设计 选择一个操作系统环境(Linux 或者Windows)建议linux,编制UDP/IP 通 信程序,完成一定的通信功能。在发送UDP 数据包时做一个循环,连续发送 100 个数据包;在接收端统计丢失的数据包。-TCP, UDP communication program design experiments Socket programming basic principles
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:2883
    • 提供者:y
  1. UDPTest

    0下载:
  2. 基本的windows下udp socket编程,服务器端与客户端不断收发信息-Under basic windows udp socket programming, server and client continues to send and receive information
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-24
    • 文件大小:7178965
    • 提供者:梁志峰
  1. udpsocket

    0下载:
  2. linux 下的udp socket server-the example of udp socket server
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:928
    • 提供者:左传勇
  1. client-server

    1下载:
  2. 多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-15
    • 文件大小:22675296
    • 提供者:大酱
  1. SocketTest34

    0下载:
  2. this a basic socket application for reading the sockets over the tcp network which can basically act as a tcp server as well as udp server.-this is a basic socket application for reading the sockets over the tcp network which can basically act as a t
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:81817
    • 提供者:Yuva
  1. PushPlugin-master

    0下载:
  2. this a basic socket application for reading the sockets over the tcp network which can basically act as a tcp server as well as udp server.-this is a basic socket application for reading the sockets over the tcp network which can basically act as a t
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-05-04
    • 文件大小:278823
    • 提供者:Yuva
  1. UDPsocket

    0下载:
  2. 服务器和客户端可以实现基于UDP的SOCKET 通信。-This program can realize the function for the communication between the server and client based on the UDP socket.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:2900399
    • 提供者:贾茹
  1. NETsocket

    0下载:
  2. 基于字符界面聊天程序,用UDP socket 实现双方通信。-This program realize the function of chatting program based on character using UDP socket.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:2914917
    • 提供者:贾茹
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com